home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / shockPress.dxr / Internal_55.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  193 b   |  10 lines

  1. on mouseEnter
  2.   set the visible of sprite (the currentSpriteNum + 100) to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave
  7.   set the visible of sprite (the currentSpriteNum + 100) to 0
  8.   updateStage()
  9. end
  10.